
                body {
            	background-color: ;
            





            background-position:top center;margin-left:0px;
            COLOR:;
            margin-top: 0px;margin-right: 0px;margin-bottom:0px;
            font-size: 14px;
            }
            A:link {
            FONT-SIZE: 14px;
            COLOR: ;
            TEXT-DECORATION: none}
            A:visited {
            FONT-SIZE: 14px;
            COLOR: ;
            TEXT-DECORATION: none}
            A:hover {
            FONT-SIZE: 14px;
            COLOR: ;
            TEXT-DECORATION: none}
            


/*������ʽ��ʼ*/

            #webdh {
            text-align:center;
            vertical-align:middle;
            width: 1400px;
            height:35px;
            margin: 0 auto;
            font-size: 14px;
            font-weight: normal;
            COLOR: ;
            
            	background-color: ;
            
            overflow:hidden;
            }
            #webdh A:link {FONT-SIZE: 14px;COLOR: ; TEXT-DECORATION: none}
            #webdh A:visited {FONT-SIZE: 14px;COLOR: ; TEXT-DECORATION: none}
            #webdh A:hover {FONT-SIZE: 14px;COLOR: ; TEXT-DECORATION: none}
            #copy {text-align:center;width:1400px;margin: 0 auto; line-height:150%;}
            .clear {clear:both; height:0; overflow:hidden; display:block;}
            .clearfix:after {clear:both; height:0; overflow:hidden; display:block; visibility:hidden; content:"."; }
            -->
            

/*�м����ݿ�ʼ*/

#bodycon {width:1400px;margin: 0 auto;}
#bodycon #left {float: left;width: 0px;

            	background-color: ;
            
}
#bodycon #center {float:left;width: 1400px;

            	background-color: ;
            
}
#bodycon #right {float:left;width: px;

            	background-color: ;
            
}
            
/*�м����ݽ���*/


/*��ϸ���ݿ�ʼ*/

            #bodycontent {width:1400px;
            margin: 0 auto;
            line-height:180%;text-align:center;}
            #bodycontent.bodycontent2020 {
                text-align:left;
            }
            
/*��ϸ���ݽ���*/

                /*�����б�Ĭ����ʽ��ʼ*/
.shopmrsc:hover {
                                background-color: #f9f9f9;
}
.shopmrsc {
                                border-bottom: #efefef solid 1px;
    overflow: hidden;
    padding: 15px 5px;
}
.shopmrsc a {
                                float: left;
                                display: block;
                                height: 135px;
                                text-decoration: none;
                                position: relative;
}
.shopmrsc a:hover {
                                color: red;
                                text-decoration: none;
                            }
.xwlb_img {
	float:left;
    margin-right: 15px;
    width: 205px;
	height: 135px;
	background-color:#DBD9DA;
}
.xwlb_img img {
    max-width: 205px;
    max-height: 135px;
    display: table-cell;
}
.shopmrsc p {
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-align: left;
    margin: 0 auto;
    border-bottom: none;
}
.shopmrsc p.xwlbbt {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
}
.shopmrsc p.xwlbnr {
    font-size: 14px;
    font-weight: normal;
    #height: 50px;
    line-height: 24px;
    margin-top: 7px;
    color: #999;
}
.shopmrsc p.xwlbsj {
    font-size: 14px;
    font-weight: normal;
    color: #787878;
    position: absolute;
    line-height: 20px;
    bottom: 0;
}
/*分页*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #1346af;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #1346af;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #1346af;
    border-color: #1346af;
    cursor: default; }
	
	
	
	

	
/*首页视觉差*/
	.promotion-carousel .promotions {
  width: 100%;
  height: 100%;
}
.promotion-carousel .promotion {
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}
.promotion-carousel .promotion .shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 50%);
}

.promo-text {
  color: #fff;
  position: relative;
}
.promo-text .copy {
  display: block;
}

.promo-detail {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 100;
  width: 85%;
  margin-left: 30px;
  padding: 10% 10% 10% 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media (min-width: 1280px) {
  .promo-detail {
    margin-left: 90px;
  }
}
@media (min-width: 1440px) {
  .promo-detail {
    width: 550px;
  }
}
.promo-detail .headline {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.promo-detail .body {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: none;
}
.promo-detail .buttons {
  padding: 15px 0;
}
.promo-detail .button {
  box-sizing: content-box;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
  width: auto;
  display: inline-block;
}
.promo-detail .button:first-child {
  background: #b10000;
}
.promo-detail .button:first-child:hover {
  border-color: #c00;
  background-color: #c00;
}
.promo-detail .dash {
  background: #b10000;
  display: block;
  height: 3px;
  margin-bottom: 10px;
  width: 30px;
}
.promo-detail .promo-flag {
  background: 0 0;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}

@media (min-width: 668px) {
  .promo-detail {
    width: 450px;
  }
  .promo-detail .headline {
    font-size: 36px;
    line-height: 1.1;
  }
  .promo-detail .body {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: none;
  }
}
@media (min-width: 840px) {
  .promo-detail .headline {
    font-size: 42px;
  }
  .promo-detail .body {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .promo-detail .dash {
    display: block;
    height: 3px;
    margin-bottom: 15px;
    width: 30px;
  }
  .promo-detail .headline {
    font-weight: 600;
    font-size: 56px;
    line-height: .85;
    margin-bottom: 15px;
    margin-left: -2px;
  }
  .promo-detail .headline.medium {
    font-size: 50px;
  }
  .promo-detail .headline.long {
    font-size: 40px;
  }
  .promo-detail .body {
    font-size: 18px;
    line-height: 1.4;
  }
  .promo-detail .button {
    padding: 12px;
  }
}
@media (min-width: 1440px) {
  .promo-detail .dash {
    height: 4px;
    width: 40px;
  }
  .promo-detail .headline {
    font-size: 66px;
  }
  .promo-detail .headline.medium {
    font-size: 56px;
    line-height: 1;
  }
  .promo-detail .headline.long {
    font-size: 46px;
    line-height: 1;
  }
  .promo-detail .promo-flag {
    font-size: 18px;
    line-height: 18px;
  }
  .promo-detail .body {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

 
 /*表格样式*/
 #igetxt{width:96%; height:auto;}  
#igetxt ul{list-style:none; list-style-type:none; margin:0px; padding:0px;}
#igetxt ul li{ padding:0px; margin:0px; _padding:0px; _margin:0px;list-style:none;float:left;
line-height:20px; border:1px solid #D9D9D9; margin-left:6px;_margin-left:6px; padding:5px;cursor:pointer;
cursor:hand;margin-bottom:4px;_margin-bottom:4px;}
#igetxt ul li h3{font-size:13px; font-weight:bold; padding:0px; margin:0px;}
.txtgetshow{width:95%; padding:6px 0px; line-height:23px;}
.pcontent_title_h4{width:1400px};
table td tr th tbody{ border:none}
table {font-size:14px;color:#333333;width:100%;border-color: #0085da;border-collapse: collapse;}
table th {font-size:14px;background-color:#329fd7;padding: 8px;border-style: solid;border-color: #0085da;text-align:center;color: #fff;}
table tr {background-color:#ffffff;padding: 8px;}
table td {font-size:14px;border-width: 1px;border-style: solid;border-color: #0085da;padding: 8px;}


.casefenlei_title{width:1400px; margin-top:30px; margin-bottom:30px; overflow: hidden;}
.casefenlei_title li{float:left; width:270px; height:60px; -webkit-transition:all 0.4s linear; transition:all 0.4s linear; padding-right:10px; padding-bottom:10px;}
.casefenlei_title li:nth-child(5n){ padding-right:0}
.casefenlei_title li a{display:block; width:270px; line-height:60px; text-align:center; background:#f5f5f5; font-size:18px; color:#222;}
.casefenlei_title li a:hover{background:#1346af; font-size:18px; color:#fff;}
.casefenlei_title li a.noming{background:#1346af; font-size:18px; color:#fff;}
.casefenlei_title .a_navs > a{background:#1346af; font-size:18px; color:#fff;}
.casefenlei_title li{ margin:1px 1px;}
.casefenlei_title li.nomingNewsType_2019 a {color:#fff; background:#1346af !important;}
.curcaseType_2019 a{ background:#1346af !important; color:#fff !important;}